home *** CD-ROM | disk | FTP | other *** search
- > > BTW. I have done some changes as well. Most noticable is that all scroll lists
- > > are now scrollable by holding down the mouse button. Before you had to click
- > > for each line. You can even set the scrolling speed if you recompile it. :-)
- > > I wonder if we maybe should have a variable in the configure file to set the
- > > scrolling speed for speed freeks?
- >
- > Yea, that'd be easy to do. Maybe it should also tie into the click-drag speed?
-
- Maybe.
-
- > To add a new option, create a new global variable, and add an extra line in
- > the options array at the top of DEU.C Set it to be OPT_INTEGER or whatever,
- > and give it a long name for the .INI file (short name for command line) and
- > give it a pointer to the new variable. Thats it. The easy way to do it is
- > just to copy another row in the table. :)
-
- Well, I might do it or you can do it your self. I use a global variable now and
- sets it to 75ms (I think :-)) so it should be very easy.
-
- //Magnus Kollberg
-
-